Release 10.1A: OpenEdge Data Management:
SQL Reference


ASCII

Returns the ASCII value of the first character of the given character expression.

Syntax

ASCII ( char_expression ) 

Example

The following example shows how to use the ASCII function:

SELECT ASCII ( PostalCode ) 
     FROM Customer; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095